libxl: Remove frontend and backend devices from xenstore after destroy
authorMarek Marczykowski <marmarek@mimuw.edu.pl>
Mon, 27 Jun 2011 16:28:52 +0000 (17:28 +0100)
committerMarek Marczykowski <marmarek@mimuw.edu.pl>
Mon, 27 Jun 2011 16:28:52 +0000 (17:28 +0100)
commitf5e5bc1bdf785732cea8aa2ffb1ce8fac22a0599
tree56abfbf466fde5b18b77fb2ee4a7b2a11087d9c1
parentd3bd220d7babf5ee6d71be0d80dd85cab73da862
libxl: Remove frontend and backend devices from xenstore after destroy

Cleanup frontend and backend devices from xenstore for all dev types - not only
disks. Because backend cleanup moved to libxl__device_destroy,
libxl__devices_destroy is somehow simpler.

Signed-off-by: Marek Marczykowski <marmarek@mimuw.edu.pl>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
Committed-by: Ian Jackson <ian.jackson@eu.citrix.com>
tools/libxl/libxl.c
tools/libxl/libxl_device.c